﻿#cttTel {
    display: flex!important;
    position: absolute;
    right: 36px !important;
    top: 0px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.header-container-inner{
	    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .header-wrap .header-logo{
	    margin-right: auto;
}
.divquerodoar2 a{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff!important;
    font-size: 14px;
    text-align: center;
    transition: .2s;
    background-color: #3BC8C1;
    cursor: pointer;
}

.divquerodoar2{
	    margin: auto 0;
	    width: 148px;
}
.querodoar {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.button.querodoar2 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0px 4px; */
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transition: .2s;
    background-color: #3BC8C1;
    cursor: pointer;
    margin: auto;
}

#header .header-top-bar .querodoar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transition: .2s;
    background-color: #3BC8C1;
    cursor: pointer;
}

#header .header-top-bar .querodoar a:hover {
    color: #ffffff;
    background-color: #3BC8C1;
}
#tempoEsperaCont {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    gap: 10px!important;
}
.tempoEsperaItem{
	display: flex!important;
    width: 95%!important;
    text-align: center!important;
    border-radius: 10px!important;
    flex-direction: column!important;
}



.header-top-bar .link-header {
	margin: 0;
}

#header .header-top-bar {
	height: auto;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}

header .header-top-bar .titleHeaderTop {
	display: block;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

header .header-top-bar .attHeaderTop {
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
}

#header-top-bar-menu .divisoria span {
	display: inline-block;
	height: 100%;
	width: 3px;
	padding: 7px 16px;
	height: 36px;
	font-size: 15px;
	color: #919bad;
	line-height: 2.5em;
	margin: 0 4px 0 0;

}

#header .megamenu li.divisoria:hover:after,
#header .megamenu li.divisoria.is-active:after {
	background: transparent;
	color: #919bad;
}

#tempoEsperaCont {
	display: flex;
	gap: 16px;
}

#tempoEsperaCont .tempoEsperaItem,
#tempoEsperaContMob .tempoEsperaItem {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

#tempoEsperaCont .tempoEsperaItem:nth-child(1),
#tempoEsperaContMob .tempoEsperaItem:nth-child(1) {
	border: 2px solid #0098E0;
}

#tempoEsperaCont .tempoEsperaItem:nth-child(2),
#tempoEsperaContMob .tempoEsperaItem:nth-child(2) {
	border: 2px solid #7ABC41;
}

#tempoEsperaCont .tempoEsperaItem:nth-child(3),
#tempoEsperaContMob .tempoEsperaItem:nth-child(3) {
	border: 2px solid #DE4044;
}

#tempoEsperaCont .tempoEsperaItem:nth-child(4),
#tempoEsperaContMob .tempoEsperaItem:nth-child(4) {
	border: 2px solid #D8ac00;
}

#tempoEsperaCont .tempoEsperaItem .tipoEspera,
#tempoEsperaContMob .tempoEsperaItem .tipoEspera {
	display: grid;
    place-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 4px 2px;
    height: 42px;
}

#tempoEsperaContMob .tempoEsperaItem:nth-child(1) .tipoEspera {
	background-color: #0098E0;
}

#tempoEsperaContMob .tempoEsperaItem:nth-child(2) .tipoEspera {
	background-color: #7ABC41;
}

#tempoEsperaContMob .tempoEsperaItem:nth-child(3) .tipoEspera {
	background-color: #DE4044;
}

#tempoEsperaContMob .tempoEsperaItem:nth-child(4) .tipoEspera {
	background-color: #D8ac00;
}

.horaEsperaPrimeiro {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #014751;
	font-family: 'Roboto', sans-serif;
	padding: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

#tempoEsperaCont .tempoEsperaItem .horaEspera,
#tempoEsperaContMob .tempoEsperaItem .horaEspera {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #014751;
	font-family: 'Roboto', sans-serif;
	padding: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width:100%;
}

#header .sf-menu-first {
	padding: 30px 0;
	display: flex;
	width: 100%;
	margin-left: 18%;
	}

#banner .lb-images .btnSlickBanner {
	z-index: 1;
}

#cttTel {
	display: block;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

#cttTel2 {
	display: block;
	position: absolute;
	left: 30px;
	top: 0px;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
	font-size: 13px;
}

#cttTel3 {
	margin-top: 5px;
}

#tempoEsperaContMob {
	display: none;
	width: 100%;
	background-color: #014751;
	text-align: center;
	padding: 15px 0;
}

#tempoEsperaContMob .attHeaderTop {
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

#tempoEsperaContMob .attHeaderTop b {
	display: block;
}

.donation-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.donation-btn {
    display: block;
    width: fit-content;
    padding: 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
	background-color: #3BC8C1;
}

#header .header-top-bar a.donation-btn {
	color: #FFF;
}

#header .header-top-bar a.donation-btn:hover {
	opacity: .8;
	background-color: #3BC8C1;
}

@media (max-width: 1260px) {
	#tempoEsperaContMob {
		display: grid;
        grid-template-columns: 50% 50%;
        gap: 0;
        align-items: center;
        justify-content: space-around;
		position: relative;
	}
	.querodoar a {
		display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        transition: .2s;
        background-color: #3BC8C1;
        cursor: pointer;
        max-width: 90%;
        right: 10px;
        position: absolute;
	}
	.querodoar2 a {
		display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border-radius: 8px;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        transition: .2s;
        background-color: #3BC8C1;
        cursor: pointer;
        max-width: 90%;
        right: 10px;
	}

	.querodoar {
		position: absolute;
		right: 13px;
		top: 20%;
		transform: translateY(-50%);
		width: 100%;
	}
	
}

@media (max-width: 450px) {
	#tempoEsperaContMob .tempoEsperaItem {
		width: 80%;
		margin-bottom: 15px;
	}

	#tempoEsperaContMob .attHeaderTop {
		width: 90%;
		margin: auto;
		text-align: left;
	}

	.btnSlickBanner {
		display: none;
	}
}
